Aero towing in FSX
--------------------

The engine used to provide self launching stops the operation of the aerotow ,so
to get around this I have added a small entry in the aircraft .cfg which has to be changed when changing from foot launch to aerotowing.


The default is to foot launch so the entries should be thus........
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

[GeneralEngineData]
engine_type= 1
engine.0= 0.000, 0.000, 2.000
fuel_flow_scalar= 5.000
static_thrust=250
min_throttle_limit=0.000000

//[GeneralEngineData]
engine_type= 2
fuel_flow_scalar= 0.000

Note the slash marks // in front of the second entry .

To aero tow simply swap the // marks over , thus..............
''''''''''''''''''''''''''''''''''''''''''''''''''

//[GeneralEngineData]
engine_type= 1
engine.0= 0.000, 0.000, 2.000
fuel_flow_scalar= 5.000
static_thrust=250
min_throttle_limit=0.000000

[GeneralEngineData]
engine_type= 2
fuel_flow_scalar= 0.000

The aircraft will now be recognised as a glider and can be aerotowed .

The default Maule is too powerful to tow a hang glider so it needs to be replaced with the
Aircreation trike .The easiest way to do this is to install the program Aerotow that I have included in this package .